HTML Conclusion
In This Class We Are Concluding HTML Classes But There Is More On HTML
And We Have To Self-Explore Those Things, Don't Be Upset Because When
You Keep Practicing You Will Get To Know About That Particular Coding
Language Whether It Be HTML, CSS, JavaScript Or Any Other Language.For Learning More About HTML Head To These Websites.
HTML Entities & Some Tags
HTML Entities Are Used To Write Down HTML Tags As Syntax And Tell The
Browser Not To Use Them As HTML Tags Instead Use Them As Syntax.
- For Example:
-
This Sentence Is Written In A (P) Tag But You Can Not See The
Syntax Here
<p>While In This You Can See The Syntax Because I Told The
Brower To Show The Syntax</p>
For Using Tags As Syntax Proceed To The Link Given.
Click Here
Or For All HTML Entities
Click Here
HTML Pre Tag
Pre Tag Writes Extra Spaces You Provide In It To Your Site Like
Example Below But For Syntax You Must Use HTML Entities.
I am A Pre Tag Me After Some Spaces
And Some Line Breaks Well Obviously Not Using (Br) Tag.
Quotation Tag
Quotation Tags Are Used To Write A Qoutation And The Brower Knows
Whatever Is Inside A Quotation Tag Is A Quotation.
This Text Is Writen In A Blockquote Tag And I Have Reffered From Which
Site I Have Took This Text Or Quote.
And This Text Is Written In A q Tag And I Reffered The Website I Took
This Text From.
For More Click On This Link
Obsolete Tags In HTML
Some Tags That Were Used Before But Now Most Of The Browers Don't
Support Them Because Of HTML Version They Have Been Obsoleted Means
They Are Now Out-Dated And Are Not Recommend Instead You Can Use Thier
Substitute Tags Or Some Tags That Provide Styling So Now You Can Style
Them In CSS.You Can Also Use Them By Using Div And Span Tags And
Providing Style Attribute To Them.You Should Know What Obsolete Tags
Are And Even You Should Know That These Are Not Recommended Any More.
Show Obsolete Tags And Their Substitute
Code Tag In HTML
Code Tag, The Most Important Tag For Coders, It Is Used To Snippet
Your Code To Your Website So That People Can See It And Use It For
Their Practice. CodeWithHarry Used This Tag In His Website To Show The
Syntax And He Actually Used A CSS Library Named "Prism.js" And
"React.js" Don't Worry We'll Learn Them Later On.
See His Code Snippets
Well If You Still Want To Use It Without CSS Library And React So Use
It With Pre Tag And Then Code Tag But Still You Have To Use Less Than
And Greater Than HTML Entities To Show It As It Is.Hera Is A ShortCut For Decreasing One Indent Space From Your Code Use Shift + TAB.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
Canvas Tag In HTML
Canvas Is Mostly Used Through Javacsript And You Can Understand It As It Makes Graphical Shapes.
Explore Canvas Tag